home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-09 / mail1.zip / ARCE.DOC < prev    next >
Text File  |  1990-08-05  |  8KB  |  149 lines

  1. ARCE Command                                          Version 3.1c
  2. ------------                                          Feb 06, 1988
  3. Purpose:  Use ARCE to extract files from an ARC archive file.
  4. Format:
  5.       ARCE  [d:][path]filename.ext  [filespecs...] [d:outpath]
  6.                                     [/R]
  7.                                     [/Q]
  8.                                     [/P]
  9.                                     [/T]
  10.                                     [/Gpassword]
  11. Remarks:
  12.       The drive and path names are optional. If omitted, the  current
  13.       drive and path name is used.
  14.       The filename must be  supplied. The extension defaults  to ARC.
  15.       All files matching the supplied filename are processed. The ARC
  16.       filename may contain the * and ? wildcard characters.
  17.       If  no  filespecs  are   supplied,  all  files  are   extracted.
  18.       Otherwise, only those ARC members  which match one of the  up to
  19.       16 filespecs are extracted.
  20.       The extracted files  may be placed  on another drive,  and/or in
  21.       another subdirectory by following the optional filespecs with  a
  22.       drive designator and/or path name.
  23.       If  the  file  being  extracted  already  exists,  you are asked
  24.       whether or not you want to over-write it. You may use the |  /R
  25.       option to bypass this prompt. Use a Y followed by the |  return
  26.       key to over-write the file.
  27.       Use the /Q option to suppress alarm sounds, beeps, and bells.
  28.       Use  the  /P  option  to  write  the  extracted files to the DOS
  29.       standard output  file. With  /P, you  may pipe  or redirect the
  30.       output. An initial line feed  is added to the beginning  of the
  31.       output file.
  32.       Use the /T option to test the archive's integrity. No files will
  33.       be extracted.
  34.       If the file was encrypted, use the /G option to supply the  same
  35.       password as was used to create the file, e.g. /GSECRET.
  36.       ARCE 3.1c, Copyright (c) 1986-88, Wayne Chin and Vernon D. Buerg.
  37.       ALL RIGHTS RESERVED.
  38.                       Examples
  39.                       --------
  40.       o  Extract all file from TEST.ARC onto the current drive:
  41.             ARCE TEST
  42.       o  Extract only file with  an extension of .ASM from the archive
  43.          SOURCE.ARC on drive B and in subdirectory SAVE:
  44.             ARCE B:\SAVE\SOURCE *.ASM
  45.       o  Extract  all  files  from  all  ARC files in the subdirectory
  46.          called TEST on drive C:
  47.             ARCE C:\TEST\*
  48.       o  Extract  all  files  from  PROGA.ARC  and  place the files in
  49.          subdirectory OLD on drive B:
  50.             ARCE PROGA.ARC B:\OLD
  51.       o  Extract all files with an extension of .COM and .EXE from the
  52.          archive PROGS.ARC in directory NEW\WORK on drive B, and place
  53.          the  them  in  subdirectory  SAVE\TEST  on  drive  A; replace
  54.          existing file:
  55.             ARCE B:\NEW\WORK\PROGS *.COM *.EXE A:\SAVE\TEST /R
  56.       o  Extract  the  file  READ.ME  from  the  archive GIZMO.ARC and
  57.          display it on the console instead of writing it to a file:
  58.             ARCE GIZMO READ.ME /P
  59.       o  Same as above, except  pass the extracted READ.ME file to the
  60.          LIST file viewer:
  61.             ARCE GIZMO READ.ME /P | LIST /S
  62.                       Error Messages
  63.                       --------------
  64.     'filename - premature EOF reading '
  65.       Data  is  missing  from  the  archive  file.  The  program   is
  66.       terminated.
  67.     'filename - unable to set file datestamp'
  68.       The file datestamp is set to the current date and time, and  the
  69.       next archive member is processed.
  70.     'filename - WARNING: file CRC does not match!'
  71.       The extracted member  is left on  the output disk,  and the next
  72.       archive member is processed.  The file is probably  invalid but
  73.       is left on the disk for your examination.
  74.     'Invalid filespec(s)'
  75.       The filespec syntax is incorrect. The filename part may be from
  76.       1  to  eight  characters,  and  may  include the ? or * wildcard
  77.       characters. The extension may be none to three characters,  and
  78.       may  include  wildcards.  There  is  a  maximum of 16 filespecs
  79.       allowed. The program terminates.
  80.     'filename - file already exists. Overwrite it? (y/N) '
  81.       The member being extracted already  exists. If you are using  a
  82.       data  path  utility,  the  file  may  not  actually  be  in  the
  83.       subdirectory be used for output.  Respond with the letter Y  to
  84.       over-write the existing  file, or respond  with the letter  N to
  85.       skip this member and continue to the next.
  86.     'Abort: Stack overflow'
  87.       The member  being extracted  has invalid  data. The  program is
  88.       terminated.
  89.     'filename - invalid decode tree count'
  90.       The member  being extracted  has invalid  data. The  program is
  91.       terminated.
  92.     'filename - new archive format 7 not yet supported'
  93.       Format 7 is a special file compression method used internally by
  94.       SEA,  the  authors  of  ARC. Processing continues with the next
  95.       archive member.
  96.     'Unable to open archive > arcname'
  97.       The  specified  ARC   archive  file  was   not  found,  or   was
  98.       inaccessible. The program terminates.
  99.     'CREATE failed > filename'
  100.       There was insufficient directory  space, or a failure  accessing
  101.       the output disk. The program terminates.
  102.       'Invalid archive format!'
  103.       The archive file data is invalid. The program terminates.
  104.     'Incorrect DOS version'
  105.       Version  2.0  or  later  of  PC  DOS  must be used. The program
  106.       terminates
  107.     'Not enough memory.'
  108.       A minimum  of 112k  bytes of  memory is  required. The  program
  109.       terminates.
  110.     'I/O error reading from arcname'
  111.       An incorrectable error occurred attempting to read data from the
  112.       archive file. The program terminates.
  113.     'I/O error writing or disk full > filename'
  114.       There was not  enough disk space  to write the  complete archive
  115.       member.  The  partially  extracted  file  is  scratched and the
  116.       program terminates.
  117.     'No matching file(s) found'
  118.       No archive files were  found that matched the  supplied filename
  119.       specifications. The program terminates.
  120.     'filename - ERROR: invalid file codes'
  121.       An error was detected while attempting to decode a crunched
  122.       file. Either some data bytes are invalid, there are extra
  123.       bytes, or there are bytes missing. The archive is invalid.
  124.                       Notices
  125.                       -------
  126.       ARCE (c) Copyright 1986-1988 by Wayne Chin and Vernon D. Buerg
  127.       ALL RIGHTS RESERVED.
  128.       ARCE is free, but it is a copyrighted work and may be distributed
  129.       only pursuant to this license.
  130.       Permission is hereby granted to reproduce and disseminate ARCE so
  131.       long as:
  132.          (1)  No remuneration of any kind is received in exchange; and
  133.          (2)  Distribution is without ANY modification to the contents of
  134.               ARCE.COM and all accompanying documentation and/or support
  135.               files, including the copyright notice and this license.
  136.       No copy of ARCE may be distributed without including a copy of this
  137.       license.
  138.       Any other use is prohibited without express, written permission in
  139.       advance.
  140.               Vernon D. Buerg
  141.               139 White Oak Circle
  142.               Petaluma, CA  94952
  143.               CompuServe: 70007,1212
  144.               Data/BBS:   707-778-8944
  145.       For use by corporations, institutions, or for profit, contact
  146.       System Enhancement Associates for licensing information.
  147.                  System Enhancement Associates
  148.                  21 New Street
  149.                  Wayne, NJ 07470